home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204inc_h.lzh / clib / console_protos.h < prev    next >
C/C++ Source or Header  |  1991-03-14  |  812b  |  30 lines

  1. #ifndef  CLIB_CONSOLE_PROTOS_H
  2. #define  CLIB_CONSOLE_PROTOS_H
  3. /*
  4. **    $Filename: clib/console_protos.h $
  5. **    $Release: 2.04 $
  6. **    $Revision: 36.6 $
  7. **    $Date: 90/11/07 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. /* "console.device" */
  15. #ifndef  EXEC_LIBRARIES_H
  16. #include <exec/libraries.h>
  17. #endif
  18. #ifndef  DEVICES_INPUTEVENT_H
  19. #include <devices/inputevent.h>
  20. #endif
  21. #ifndef  DEVICES_KEYMAP_H
  22. #include <devices/keymap.h>
  23. #endif
  24. struct InputEvent *CDInputHandler( struct InputEvent *events,
  25.     struct Library *consoleDevice );
  26. LONG RawKeyConvert( struct InputEvent *events, STRPTR buffer, long length,
  27.     struct KeyMap *keyMap );
  28. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  29. #endif     /* CLIB_CONSOLE_PROTOS_H */
  30.